home *** CD-ROM | disk | FTP | other *** search
/ A Brief History of Time - An Interactive Adventure / A Brief History of Time: An Interactive Adventure.iso / pc / fontmap.txt < prev    next >
Text File  |  1994-09-06  |  2KB  |  56 lines

  1. ; This is the default FONTMAP file.
  2. ; Use of this file is documented in the Tips & Tricks manual.
  3. ; Comments are denoted by using a semicolon ( ; ) or two dashes (--) to start the line.
  4.  
  5. --The syntax for font mapping is:
  6. --Platform:FontName => Platform:FontName [MAP (NONE | ALL)] [OLDSIZE => NEWSIZE]
  7.  
  8. -- The syntax for character mapping is:
  9. -- Platform: => Platform:  OLDCHAR => NEWCHAR ...
  10.  
  11. ;
  12. ; Here are sample mappings for the default Macintosh fonts.
  13. ; You can add any fonts to this list and experiment with different mappings. 
  14.  
  15. Mac:Chicago       => Win:System
  16. Mac:Courier       => Win:"Courier New"
  17. Mac:Geneva        => Win:"MS Sans Serif"
  18. Mac:Helvetica     => Win:Arial
  19. Mac:Monaco        => Win:Terminal
  20. Mac:"New York"    => Win:"MS Serif" Map None
  21. Mac:Symbol        => Win:Symbol
  22. Mac:Times         => Win:"Times New Roman" 14=>12 18=>14 24=>18 30=>24
  23.  
  24. ;
  25. ; Here are sample mappings for the default Windows fonts:
  26. ; You can add any fonts to this list and experiment with different mappings.
  27. Win:Arial             => Mac:Helvetica
  28. Win:"Courier"         => Mac:Courier
  29. Win:"Courier New"     => Mac:Courier
  30. Win:"MS Serif"        => Mac:"New York" Map None
  31. Win:"MS Sans Serif"   => Mac:Geneva
  32. Win:Symbol            => Mac:Symbol
  33. Win:System            => Mac:Chicago
  34. Win:Terminal          => Mac:Monaco
  35. Win:"Times New Roman" => Mac:"Times" 12=>14 14=>18 18=>24 24=>30
  36.  
  37. ; Note: From Windows to Macintosh, Courier and Courier New map to Courier,
  38. ;         but when coming back to Windows only Courier New will be used.
  39.  
  40. ; Here are some sample character mappings:
  41.  
  42. ;            Florin   Ellipsis Dagger   Upper OE left '   right '
  43. Mac: => Win: 196=>131 201=>133 160=>134 206=>140 212=>145 213=>146
  44.  
  45. ;             Left "   Right "  Bullet   short -  long -   tm       lower oe
  46. Mac: => Win: 210=>147 211=>148 165=>149 208=>150 209=>151 170=>153 207=>156
  47.  
  48.  
  49. ;            Florin   Ellipsis Dagger   Upper OE left '   right '
  50. Win: => Mac: 131=>196 133=>201 134=>160 140=>206 145=>212 146=>213
  51.  
  52. ;            Left "   Right "  Bullet   short -  long -   tm       lower oe
  53. Win: => Mac: 147=>210 148=>211 149=>165 150=>208 151=>209 153=>170 156=>207
  54.  
  55. ; Macromedia, March 1993
  56.